footer{
    background-color: #003399;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    padding: 50px 50px;
}
.footer-section{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}